home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / zipme11.arj / READ.ME < prev   
Text File  |  1994-02-19  |  5KB  |  115 lines

  1.                           Version 1.1 of ZiPMe
  2.  
  3. This is ZiPMe, a 32-bit multithreaded zip shell for the Presentation Manager
  4. of OS/2 2.x that helps you to manage zip archives of the INFO-zip versions
  5. zip.exe 1.9 and unzip.exe 5.0. Newer ZIP versions can be used, if there is no
  6. change in the command line arguments. The files zip.exe and unzip.exe must be 
  7. in a directory with a path set on it in the config.sys.
  8.  
  9. ZiPMe is compiled by the emx gcc version 0.8h. Put emx.dll (copyright by
  10. Eberhardt Mattes), the runtime library of the emx gcc, in a directory with a 
  11. libpath set on it in the config.sys. If you have an older version of emx.dll, 
  12. you should replace it by this one that comes with ZiPMe.
  13.  
  14. I would like to pick up a nice idea from Maurizio Sartori Masar, the author
  15. of TWCP. 
  16. If you like ZiPMe, please send me a postcard with a photo of your city 
  17. (address at the end of this file).
  18.  
  19. I hope some of you like my program. If you find some bugs please send me
  20. a mail.
  21.  
  22. Here is a list of the files and an explanation:
  23.  
  24. read.me                 this file
  25. emx.dll                 the runtime library or the emx compiler; put it in a
  26.                         directory with a libpath on it
  27. german\zipme.exe        the german version of zipme
  28. german\zipme.hlp        the german help file of zipme
  29. english\zipme.exe       the english version of zipme
  30. english\zipme.hlp       the english help file of zipme
  31.  
  32. These files are made of zipme:
  33. zipme.ini               in this file the settings of ZiPMe are saved
  34. zipme.1 ... zipme.999   temporary files of zipme which are usually deleted
  35.                         when zipme is ended. If you see some of these files
  36.                         after zipme has been ended, perhaps because zipme
  37.                         crashed, you can delete them
  38.  
  39.  
  40. Changes and bug fixes in Version 1.1
  41. ------------------------------------
  42.  
  43. - ZiPMe has been compiled with emx 0.8h. This means that you must use the
  44.   emx.dll which comes with ZiPMe 1.1 and not the one of version 1.0 or 1.01 of 
  45.   ZiPMe.
  46.  
  47. - ZiPMe now supports Drag & Drop to open archives and to add files to an 
  48.   archive. 
  49.   Just drag a zipfile object onto the List Box of ZiPMe and it will
  50.   be opened.
  51.   Just drag one or more file objects while holding the Ctrl button onto the 
  52.   Listbox and they will be added to the actual archive.
  53.  
  54. - You can now change and save the standard settings of the Add and Extract
  55.   dialogs in a new dialog from the menu item Save Settings.
  56.  
  57. - The font of the text window of the view dialog is now saved, if you save
  58.   settings.
  59.  
  60. - ZiPMe now supports pathnames and zipfilenames which contain blanks.
  61.   But ZiPMe DOESN'T support zipped files with blanks in their pathname
  62.   or filename, because Zip and Unzip have a LOT of problems with these
  63.   files. So please don't use ZiPMe with zipfiles which have such files
  64.   in it and don't add such files with ZiPMe to an archive !!!
  65.  
  66. - The -k option is now supported in the Add dialog. This means that you now
  67.   can create zipfiles that can be read and extracted by PKZIP.
  68.  
  69. - The size of the actual zipfile is now shown in the status line.
  70.  
  71. - some small bugs have been fixed
  72.  
  73.  
  74. Changes and bug fixes in Version 1.01
  75. -------------------------------------
  76.  
  77. - the zipme.ini and the temporary files now are placed in the directory
  78.   from which zipme.exe has been loaded and not in the current work directory
  79.   ( many thanks to Kai Uwe Rommel from München, who showed me how to get the
  80.     directory from which ZiPMe has been loaded )
  81.  
  82. - the english help file has been corrected
  83.   ( many thanks to Peter Landstreet from Toronto, who corrected the help file )
  84.  
  85. - problems with long pathnames have been solved
  86.  
  87. - problems with repainting the statusline have been solved
  88.  
  89. - behavior of extracting files has been changed:
  90.   if no path has been given of the option "Create directory with name of
  91.   archive" has been activated the extracted files and directories now are
  92.   placed in the actual work directory and not in the root as they have been
  93.   in Version 1.0
  94.  
  95. - directory handling for extracting files has been optimized
  96.   ( My question to the programmers of unzip.exe:
  97.     Why didn't you have added the options to pass the files you want to extract
  98.     in a filelist file as you can do for zip.exe and to give a target directory
  99.     where to extract the files as you can do for pkunzip.exe. This would make
  100.     a lot of things much easier. )
  101.  
  102.  
  103. Thanks to all who sent me comments and suggestions about ZiPMe. Because this
  104. is my first PM program (I just did it to learn how to make a PM program) and
  105. the first program I uploaded to the Internet, I didn't expect such a feedback. 
  106. I am happy that you like my program so much.
  107.  
  108.  
  109.                             Peter Eggert
  110.                        An Schormanns Busch 20
  111.                          32107 Bad Salzuflen
  112.                               Germany
  113.  
  114.                    eMail: eggert@uni-paderborn.de
  115.